home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / weatherpulse-setup.exe / {app} / weatherpulse.exe / 0 / RCDATA / TTRANSFRM / TTRANSFRM.txt
Text File  |  2005-11-13  |  3KB  |  146 lines

  1. object TransFrm: TTransFrm
  2.   Left = 193
  3.   Top = 108
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AlphaBlend = True
  7.   AlphaBlendValue = 120
  8.   BorderIcons = []
  9.   BorderStyle = bsNone
  10.   ClientHeight = 105
  11.   ClientWidth = 115
  12.   Color = clWhite
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   PopupMenu = Form1.TrayMenu
  20.   ShowHint = True
  21.   Visible = True
  22.   OnClose = FormClose
  23.   OnCreate = FormCreate
  24.   OnMouseDown = FormMouseDown
  25.   OnMouseMove = FormMouseMove
  26.   OnShow = FormShow
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 14
  32.     Width = 115
  33.     Height = 77
  34.     Align = alClient
  35.     AutoSize = True
  36.     BevelOuter = bvNone
  37.     Color = clWhite
  38.     ParentShowHint = False
  39.     PopupMenu = Form1.TrayMenu
  40.     ShowHint = False
  41.     TabOrder = 0
  42.     OnDblClick = ShowProgram
  43.     OnMouseDown = Panel1MouseDown
  44.     object templabel: TLabel
  45.       Left = 72
  46.       Top = 19
  47.       Width = 33
  48.       Height = 22
  49.       Caption = '100'
  50.       Font.Charset = ANSI_CHARSET
  51.       Font.Color = clWindowText
  52.       Font.Height = -19
  53.       Font.Name = 'Arial'
  54.       Font.Style = []
  55.       ParentFont = False
  56.       OnDblClick = ShowProgram
  57.       OnMouseDown = Panel1MouseDown
  58.     end
  59.     object DeskIconImage: TImage
  60.       Left = 2
  61.       Top = 4
  62.       Width = 64
  63.       Height = 64
  64.       AutoSize = True
  65.       Center = True
  66.       Transparent = True
  67.       OnDblClick = ShowProgram
  68.       OnMouseDown = Panel1MouseDown
  69.     end
  70.   end
  71.   object Panel2: TPanel
  72.     Left = 0
  73.     Top = 0
  74.     Width = 115
  75.     Height = 14
  76.     Align = alTop
  77.     AutoSize = True
  78.     BevelOuter = bvNone
  79.     Color = clWhite
  80.     TabOrder = 1
  81.     OnMouseDown = Panel1MouseDown
  82.     object CityLAbel: TLabel
  83.       Left = 0
  84.       Top = 0
  85.       Width = 115
  86.       Height = 14
  87.       Align = alTop
  88.       Alignment = taCenter
  89.       Caption = 'CityLAbel'
  90.       Font.Charset = ANSI_CHARSET
  91.       Font.Color = clWindowText
  92.       Font.Height = -11
  93.       Font.Name = 'Arial'
  94.       Font.Style = []
  95.       ParentFont = False
  96.       OnDblClick = ShowProgram
  97.       OnMouseDown = Panel1MouseDown
  98.     end
  99.   end
  100.   object Panel3: TPanel
  101.     Left = 0
  102.     Top = 91
  103.     Width = 115
  104.     Height = 14
  105.     Align = alBottom
  106.     AutoSize = True
  107.     BevelOuter = bvNone
  108.     Color = clWhite
  109.     TabOrder = 2
  110.     OnMouseDown = Panel1MouseDown
  111.     object ConditionsLabel: TLabel
  112.       Left = 0
  113.       Top = 0
  114.       Width = 115
  115.       Height = 14
  116.       Align = alBottom
  117.       Alignment = taCenter
  118.       Caption = 'Mostly Cloudy ConditionsLab'
  119.       Font.Charset = ANSI_CHARSET
  120.       Font.Color = clWindowText
  121.       Font.Height = -11
  122.       Font.Name = 'Arial'
  123.       Font.Style = []
  124.       ParentFont = False
  125.       Layout = tlCenter
  126.       OnDblClick = ShowProgram
  127.       OnMouseDown = Panel1MouseDown
  128.     end
  129.   end
  130.   object TransFormTimer: TTimer
  131.     Interval = 3000
  132.     OnTimer = TransFormTimerTimer
  133.     Left = 24
  134.     Top = 24
  135.   end
  136.   object Desk1FormSize: TFormSize
  137.     MagnetDistance = 32
  138.     SaveUser = False
  139.     SaveMachine = False
  140.     SaveName = '.\TRANSFORM.INI'
  141.     SaveKey = 'TransFrm'
  142.     Left = 32
  143.     Top = 40
  144.   end
  145. end
  146.